// DaveF!   In an Octopusses garden in the shade...
// Based on Poinsetta by Demonseed

A0="8",	// number of petals the flower has.  try 5 for a starfish
A1=".016", // speed of colour and spin - needs tweaking to avoid glitches.  .016
A2="4",	//tightness of curls.  in combination with A3 0 - 5
A3="2",	//speed of colour movement.  0 - 5

Aspc=1,

srcR="r + (a1*a2) * sin( a0 * theta )",
srcT="theta + (a1*a3) * sin( a0 * r )",

Vers=100
